Html Css Color HEX #06702B Crusoe

📋 copy color: '#06702B'

red 6 ◦ green 112 ◦ blue 43

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

Shades of Crusoe #06702B

Tints of Crusoe #06702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 3.73%
G = 69.57%
B = 26.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#06702B (or 0x06702B) is known color: Crusoe. HEX triplet: 06, 70 and 2B. RGB value is (6,112,43). Sum of RGB (Red+Green+Blue) = 6+112+43=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #06702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06702B is #F98FD4. Grayscale: #484848. Windows color (decimal): -16355285 or 2846726. OLE color: 2846726.

HSL color Cylindrical-coordinate representation of color #06702B: hue angle of 140.94º 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 #06702B is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 43 -
CMYK 0.95 0 0.62 0.56
HSL 140.94º 0.9% 0.23% -
HSV(B) 140.94º 0.95% 0.44% -
XYZ 6.31 11.8 4.23 -
YUV 72.44 111.38 80.61 -
System Red Green Blue C M Y K H S L
Decimal 6 112 43 0.95 0 0.62 0.56 140.94 0.9 0.23
Hex 6 70 2B 5F 0 3E 38 8D 5A 17
Octal 6 160 53 137 0 76 70 215 132 27
Binary 110 1110000 101011 1011111 0 111110 111000 10001101 1011010 10111

Color Harmonies of #06702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06702B

Black with #06702B

Text Example


Text Example

White with #06702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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