Html Css Color HEX #07722D Crusoe

📋 copy color: '#07722D'

red 7 ◦ green 114 ◦ blue 45

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

Shades of Crusoe #07722D

Tints of Crusoe #07722D

RGB

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

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

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

R = 4.22%
G = 68.67%
B = 27.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#07722D (or 0x07722D) is known color: Crusoe. HEX triplet: 07, 72 and 2D. RGB value is (7,114,45). Sum of RGB (Red+Green+Blue) = 7+114+45=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #07722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07722D is #F88DD2. Grayscale: #4A4A4A. Windows color (decimal): -16289235 or 2978311. OLE color: 2978311.

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

Color convert

RGB 7 114 45 -
CMYK 0.94 0 0.61 0.55
HSL 141.31º 0.88% 0.24% -
HSV(B) 141.31º 0.94% 0.45% -
XYZ 6.58 12.27 4.5 -
YUV 74.14 111.55 80.11 -
System Red Green Blue C M Y K H S L
Decimal 7 114 45 0.94 0 0.61 0.55 141.31 0.88 0.24
Hex 7 72 2D 5E 0 3D 37 8D 58 18
Octal 7 162 55 136 0 75 67 215 130 30
Binary 111 1110010 101101 1011110 0 111101 110111 10001101 1011000 11000

Color Harmonies of #07722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07722D

Black with #07722D

Text Example


Text Example

White with #07722D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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