Html Css Color HEX #06732A Crusoe

📋 copy color: '#06732A'

red 6 ◦ green 115 ◦ blue 42

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

Shades of Crusoe #06732A

Tints of Crusoe #06732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.55%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 3.68%
G = 70.55%
B = 25.77%

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

#06732A (or 0x06732A) is known color: Crusoe. HEX triplet: 06, 73 and 2A. RGB value is (6,115,42). Sum of RGB (Red+Green+Blue) = 6+115+42=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #06732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06732A is #F98CD5. Grayscale: #4A4A4A. Windows color (decimal): -16354518 or 2781958. OLE color: 2781958.

HSL color Cylindrical-coordinate representation of color #06732A: hue angle of 139.82º 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 #06732A is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 42 -
CMYK 0.95 0 0.63 0.55
HSL 139.82º 0.9% 0.24% -
HSV(B) 139.82º 0.95% 0.45% -
XYZ 6.62 12.47 4.25 -
YUV 74.09 109.89 79.44 -
System Red Green Blue C M Y K H S L
Decimal 6 115 42 0.95 0 0.63 0.55 139.82 0.9 0.24
Hex 6 73 2A 5F 0 3F 37 8C 5A 18
Octal 6 163 52 137 0 77 67 214 132 30
Binary 110 1110011 101010 1011111 0 111111 110111 10001100 1011010 11000

Color Harmonies of #06732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06732A

Black with #06732A

Text Example


Text Example

White with #06732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06732A; }

 p { color: rgb(6,115,42); }

 H1.HeaderClassName
 {
   color: #06732A;
 }
 .AnyTagClassName
 {
   color: #06732A;
 }
</style>

background-color css

<style>
 a { background-color: #06732A; }

 a { background-color: rgb(6,115,42); }

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

border-color css

<style>
 span { border-color: #06732A; }

 span { border-color: rgb(6,115,42); }

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