Html Css Color HEX #06722D Crusoe

📋 copy color: '#06722D'

red 6 ◦ green 114 ◦ blue 45

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

Shades of Crusoe #06722D

Tints of Crusoe #06722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 69.09%

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 3.64%
G = 69.09%
B = 27.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#06722D (or 0x06722D) is known color: Crusoe. HEX triplet: 06, 72 and 2D. RGB value is (6,114,45). Sum of RGB (Red+Green+Blue) = 6+114+45=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #06722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06722D is #F98DD2. Grayscale: #4A4A4A. Windows color (decimal): -16354771 or 2978310. OLE color: 2978310.

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

Color convert

RGB 6 114 45 -
CMYK 0.95 0 0.61 0.55
HSL 141.67º 0.9% 0.24% -
HSV(B) 141.67º 0.95% 0.45% -
XYZ 6.57 12.26 4.5 -
YUV 73.84 111.72 79.61 -
System Red Green Blue C M Y K H S L
Decimal 6 114 45 0.95 0 0.61 0.55 141.67 0.9 0.24
Hex 6 72 2D 5F 0 3D 37 8E 5A 18
Octal 6 162 55 137 0 75 67 216 132 30
Binary 110 1110010 101101 1011111 0 111101 110111 10001110 1011010 11000

Color Harmonies of #06722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06722D

Black with #06722D

Text Example


Text Example

White with #06722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06722D; }

 p { color: rgb(6,114,45); }

 H1.HeaderClassName
 {
   color: #06722D;
 }
 .AnyTagClassName
 {
   color: #06722D;
 }
</style>

background-color css

<style>
 a { background-color: #06722D; }

 a { background-color: rgb(6,114,45); }

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

border-color css

<style>
 span { border-color: #06722D; }

 span { border-color: rgb(6,114,45); }

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