Html Css Color HEX #69753B Woodland

📋 copy color: '#69753B'

red 105 ◦ green 117 ◦ blue 59

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

Shades of Woodland #69753B

Tints of Woodland #69753B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

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

R = 37.37%
G = 41.64%
B = 21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#69753B (or 0x69753B) is known color: Woodland. HEX triplet: 69, 75 and 3B. RGB value is (105,117,59). Sum of RGB (Red+Green+Blue) = 105+117+59=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #69753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69753B is #968AC4. Grayscale: #6B6B6B. Windows color (decimal): -9865925 or 3896681. OLE color: 3896681.

HSL color Cylindrical-coordinate representation of color #69753B: hue angle of 72.41º 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 #69753B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 59 -
CMYK 0.10 0 0.50 0.54
HSL 72.41º 0.33% 0.35% -
HSV(B) 72.41º 0.5% 0.46% -
XYZ 12.98 16.04 6.55 -
YUV 106.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 105 117 59 0.10 0 0.50 0.54 72.41 0.33 0.35
Hex 69 75 3B A 0 32 36 48 21 23
Octal 151 165 73 12 0 62 66 110 41 43
Binary 1101001 1110101 111011 1010 0 110010 110110 1001000 100001 100011

Color Harmonies of #69753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69753B

Black with #69753B

Text Example


Text Example

White with #69753B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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