Html Css Color HEX #69763B Woodland

📋 copy color: '#69763B'

red 105 ◦ green 118 ◦ blue 59

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

Shades of Woodland #69763B

Tints of Woodland #69763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 37.23%
G = 41.84%
B = 20.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#69763B (or 0x69763B) is known color: Woodland. HEX triplet: 69, 76 and 3B. RGB value is (105,118,59). Sum of RGB (Red+Green+Blue) = 105+118+59=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #69763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69763B is #9689C4. Grayscale: #6B6B6B. Windows color (decimal): -9865669 or 3896937. OLE color: 3896937.

HSL color Cylindrical-coordinate representation of color #69763B: hue angle of 73.22º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69763B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 59 -
CMYK 0.11 0 0.50 0.54
HSL 73.22º 0.33% 0.35% -
HSV(B) 73.22º 0.5% 0.46% -
XYZ 13.09 16.28 6.59 -
YUV 107.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 105 118 59 0.11 0 0.50 0.54 73.22 0.33 0.35
Hex 69 76 3B B 0 32 36 49 21 23
Octal 151 166 73 13 0 62 66 111 41 43
Binary 1101001 1110110 111011 1011 0 110010 110110 1001001 100001 100011

Color Harmonies of #69763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69763B

Black with #69763B

Text Example


Text Example

White with #69763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69763B; }

 p { color: rgb(105,118,59); }

 H1.HeaderClassName
 {
   color: #69763B;
 }
 .AnyTagClassName
 {
   color: #69763B;
 }
</style>

background-color css

<style>
 a { background-color: #69763B; }

 a { background-color: rgb(105,118,59); }

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

border-color css

<style>
 span { border-color: #69763B; }

 span { border-color: rgb(105,118,59); }

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