Html Css Color HEX #69803D Dingley

📋 copy color: '#69803D'

red 105 ◦ green 128 ◦ blue 61

#69803D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #69803D

Tints of Dingley #69803D

RGB

 RED value IS 105 (41.41% from 255) = 35.71%

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 35.71%
G = 43.54%
B = 20.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69803D (or 0x69803D) is known color: Dingley. HEX triplet: 69, 80 and 3D. RGB value is (105,128,61). Sum of RGB (Red+Green+Blue) = 105+128+61=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #69803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69803D is #967FC2. Grayscale: #717171. Windows color (decimal): -9863107 or 4030569. OLE color: 4030569.

HSL color Cylindrical-coordinate representation of color #69803D: hue angle of 80.6º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69803D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 61 -
CMYK 0.18 0 0.52 0.50
HSL 80.6º 0.35% 0.37% -
HSV(B) 80.6º 0.52% 0.5% -
XYZ 14.39 18.78 7.28 -
YUV 113.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 105 128 61 0.18 0 0.52 0.50 80.6 0.35 0.37
Hex 69 80 3D 12 0 34 32 51 23 25
Octal 151 200 75 22 0 64 62 121 43 45
Binary 1101001 10000000 111101 10010 0 110100 110010 1010001 100011 100101

Color Harmonies of #69803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69803D

Black with #69803D

Text Example


Text Example

White with #69803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69803D; }

 p { color: rgb(105,128,61); }

 H1.HeaderClassName
 {
   color: #69803D;
 }
 .AnyTagClassName
 {
   color: #69803D;
 }
</style>

background-color css

<style>
 a { background-color: #69803D; }

 a { background-color: rgb(105,128,61); }

 div.DivClassName
 {
   background-color: #69803D;
 }
 .BgClassName
 {
   background-color: #69803D;
 }
</style>

border-color css

<style>
 span { border-color: #69803D; }

 span { border-color: rgb(105,128,61); }

 td.TdClassName
 {
   border-color: #69803D;
 }
 .TagClassName
 {
   border-color: #69803D;
 }
</style>