Html Css Color HEX #06742B Crusoe

📋 copy color: '#06742B'

red 6 ◦ green 116 ◦ blue 43

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

Shades of Crusoe #06742B

Tints of Crusoe #06742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 70.3%

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

R = 3.64%
G = 70.3%
B = 26.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#06742B (or 0x06742B) is known color: Crusoe. HEX triplet: 06, 74 and 2B. RGB value is (6,116,43). Sum of RGB (Red+Green+Blue) = 6+116+43=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #06742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06742B is #F98BD4. Grayscale: #4A4A4A. Windows color (decimal): -16354261 or 2847750. OLE color: 2847750.

HSL color Cylindrical-coordinate representation of color #06742B: hue angle of 140.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06742B is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 43 -
CMYK 0.95 0 0.63 0.55
HSL 140.18º 0.9% 0.24% -
HSV(B) 140.18º 0.95% 0.45% -
XYZ 6.76 12.7 4.38 -
YUV 74.79 110.06 78.94 -
System Red Green Blue C M Y K H S L
Decimal 6 116 43 0.95 0 0.63 0.55 140.18 0.9 0.24
Hex 6 74 2B 5F 0 3F 37 8C 5A 18
Octal 6 164 53 137 0 77 67 214 132 30
Binary 110 1110100 101011 1011111 0 111111 110111 10001100 1011010 11000

Color Harmonies of #06742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06742B

Black with #06742B

Text Example


Text Example

White with #06742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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