Html Css Color HEX #077223 Crusoe

📋 copy color: '#077223'

red 7 ◦ green 114 ◦ blue 35

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

Shades of Crusoe #077223

Tints of Crusoe #077223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 4.49%
G = 73.08%
B = 22.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#077223 (or 0x077223) is known color: Crusoe. HEX triplet: 07, 72 and 23. RGB value is (7,114,35). Sum of RGB (Red+Green+Blue) = 7+114+35=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #077223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077223 is #F88DDC. Grayscale: #494949. Windows color (decimal): -16289245 or 2322951. OLE color: 2322951.

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

Color convert

RGB 7 114 35 -
CMYK 0.94 0 0.69 0.55
HSL 135.7º 0.88% 0.24% -
HSV(B) 135.7º 0.94% 0.45% -
XYZ 6.41 12.2 3.61 -
YUV 73 106.55 80.92 -
System Red Green Blue C M Y K H S L
Decimal 7 114 35 0.94 0 0.69 0.55 135.7 0.88 0.24
Hex 7 72 23 5E 0 45 37 88 58 18
Octal 7 162 43 136 0 105 67 210 130 30
Binary 111 1110010 100011 1011110 0 1000101 110111 10001000 1011000 11000

Color Harmonies of #077223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077223

Black with #077223

Text Example


Text Example

White with #077223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077223; }

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

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

background-color css

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

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

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

border-color css

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

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

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