Html Css Color HEX #07722E Crusoe

📋 copy color: '#07722E'

red 7 ◦ green 114 ◦ blue 46

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

Shades of Crusoe #07722E

Tints of Crusoe #07722E

RGB

 RED value IS 7 (3.13% from 255) = 4.19%

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

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 4.19%
G = 68.26%
B = 27.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#07722E (or 0x07722E) is known color: Crusoe. HEX triplet: 07, 72 and 2E. RGB value is (7,114,46). Sum of RGB (Red+Green+Blue) = 7+114+46=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #07722E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07722E is #F88DD1. Grayscale: #4A4A4A. Windows color (decimal): -16289234 or 3043847. OLE color: 3043847.

HSL color Cylindrical-coordinate representation of color #07722E: hue angle of 141.87º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07722E is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 46 -
CMYK 0.94 0 0.60 0.55
HSL 141.87º 0.88% 0.24% -
HSV(B) 141.87º 0.94% 0.45% -
XYZ 6.6 12.28 4.61 -
YUV 74.26 112.05 80.03 -
System Red Green Blue C M Y K H S L
Decimal 7 114 46 0.94 0 0.60 0.55 141.87 0.88 0.24
Hex 7 72 2E 5E 0 3C 37 8E 58 18
Octal 7 162 56 136 0 74 67 216 130 30
Binary 111 1110010 101110 1011110 0 111100 110111 10001110 1011000 11000

Color Harmonies of #07722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07722E

Black with #07722E

Text Example


Text Example

White with #07722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07722E; }

 p { color: rgb(7,114,46); }

 H1.HeaderClassName
 {
   color: #07722E;
 }
 .AnyTagClassName
 {
   color: #07722E;
 }
</style>

background-color css

<style>
 a { background-color: #07722E; }

 a { background-color: rgb(7,114,46); }

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

border-color css

<style>
 span { border-color: #07722E; }

 span { border-color: rgb(7,114,46); }

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