Html Css Color HEX #06702C Crusoe

📋 copy color: '#06702C'

red 6 ◦ green 112 ◦ blue 44

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

Shades of Crusoe #06702C

Tints of Crusoe #06702C

RGB

 RED value IS 6 (2.73% from 255) = 3.7%

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

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 3.7%
G = 69.14%
B = 27.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#06702C (or 0x06702C) is known color: Crusoe. HEX triplet: 06, 70 and 2C. RGB value is (6,112,44). Sum of RGB (Red+Green+Blue) = 6+112+44=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #06702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06702C is #F98FD3. Grayscale: #484848. Windows color (decimal): -16355284 or 2912262. OLE color: 2912262.

HSL color Cylindrical-coordinate representation of color #06702C: hue angle of 141.51º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06702C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 44 -
CMYK 0.95 0 0.61 0.56
HSL 141.51º 0.9% 0.23% -
HSV(B) 141.51º 0.95% 0.44% -
XYZ 6.32 11.81 4.33 -
YUV 72.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 6 112 44 0.95 0 0.61 0.56 141.51 0.9 0.23
Hex 6 70 2C 5F 0 3D 38 8E 5A 17
Octal 6 160 54 137 0 75 70 216 132 27
Binary 110 1110000 101100 1011111 0 111101 111000 10001110 1011010 10111

Color Harmonies of #06702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06702C

Black with #06702C

Text Example


Text Example

White with #06702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06702C; }

 p { color: rgb(6,112,44); }

 H1.HeaderClassName
 {
   color: #06702C;
 }
 .AnyTagClassName
 {
   color: #06702C;
 }
</style>

background-color css

<style>
 a { background-color: #06702C; }

 a { background-color: rgb(6,112,44); }

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

border-color css

<style>
 span { border-color: #06702C; }

 span { border-color: rgb(6,112,44); }

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