Html Css Color HEX #6F7036 Crete

📋 copy color: '#6F7036'

red 111 ◦ green 112 ◦ blue 54

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

Shades of Crete #6F7036

Tints of Crete #6F7036

RGB

 RED value IS 111 (43.75% from 255) = 40.07%

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 40.07%
G = 40.43%
B = 19.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F7036 (or 0x6F7036) is known color: Crete. HEX triplet: 6F, 70 and 36. RGB value is (111,112,54). Sum of RGB (Red+Green+Blue) = 111+112+54=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7036 is #908FC9. Grayscale: #696969. Windows color (decimal): -9473994 or 3567727. OLE color: 3567727.

HSL color Cylindrical-coordinate representation of color #6F7036: hue angle of 61.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F7036 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 54 -
CMYK 0.01 0 0.52 0.56
HSL 61.03º 0.35% 0.33% -
HSV(B) 61.03º 0.52% 0.44% -
XYZ 13.02 15.23 5.74 -
YUV 105.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 111 112 54 0.01 0 0.52 0.56 61.03 0.35 0.33
Hex 6F 70 36 1 0 34 38 3D 23 21
Octal 157 160 66 1 0 64 70 75 43 41
Binary 1101111 1110000 110110 1 0 110100 111000 111101 100011 100001

Color Harmonies of #6F7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7036

Black with #6F7036

Text Example


Text Example

White with #6F7036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7036; }

 p { color: rgb(111,112,54); }

 H1.HeaderClassName
 {
   color: #6F7036;
 }
 .AnyTagClassName
 {
   color: #6F7036;
 }
</style>

background-color css

<style>
 a { background-color: #6F7036; }

 a { background-color: rgb(111,112,54); }

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

border-color css

<style>
 span { border-color: #6F7036; }

 span { border-color: rgb(111,112,54); }

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