Html Css Color HEX #06722A Crusoe

📋 copy color: '#06722A'

red 6 ◦ green 114 ◦ blue 42

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

Shades of Crusoe #06722A

Tints of Crusoe #06722A

RGB

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

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

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

R = 3.7%
G = 70.37%
B = 25.93%

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

#06722A (or 0x06722A) is known color: Crusoe. HEX triplet: 06, 72 and 2A. RGB value is (6,114,42). Sum of RGB (Red+Green+Blue) = 6+114+42=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #06722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06722A is #F98DD5. Grayscale: #494949. Windows color (decimal): -16354774 or 2781702. OLE color: 2781702.

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

Color convert

RGB 6 114 42 -
CMYK 0.95 0 0.63 0.55
HSL 140º 0.9% 0.24% -
HSV(B) 140º 0.95% 0.45% -
XYZ 6.51 12.24 4.21 -
YUV 73.5 110.22 79.85 -
System Red Green Blue C M Y K H S L
Decimal 6 114 42 0.95 0 0.63 0.55 140 0.9 0.24
Hex 6 72 2A 5F 0 3F 37 8C 5A 18
Octal 6 162 52 137 0 77 67 214 132 30
Binary 110 1110010 101010 1011111 0 111111 110111 10001100 1011010 11000

Color Harmonies of #06722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06722A

Black with #06722A

Text Example


Text Example

White with #06722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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