Html Css Color HEX #077323 Crusoe

📋 copy color: '#077323'

red 7 ◦ green 115 ◦ blue 35

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

Shades of Crusoe #077323

Tints of Crusoe #077323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.25%

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

R = 4.46%
G = 73.25%
B = 22.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#077323 (or 0x077323) is known color: Crusoe. HEX triplet: 07, 73 and 23. RGB value is (7,115,35). Sum of RGB (Red+Green+Blue) = 7+115+35=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #077323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077323 is #F88CDC. Grayscale: #494949. Windows color (decimal): -16288989 or 2323207. OLE color: 2323207.

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

Color convert

RGB 7 115 35 -
CMYK 0.94 0 0.70 0.55
HSL 135.56º 0.89% 0.24% -
HSV(B) 135.56º 0.94% 0.45% -
XYZ 6.52 12.43 3.65 -
YUV 73.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 7 115 35 0.94 0 0.70 0.55 135.56 0.89 0.24
Hex 7 73 23 5E 0 46 37 88 59 18
Octal 7 163 43 136 0 106 67 210 131 30
Binary 111 1110011 100011 1011110 0 1000110 110111 10001000 1011001 11000

Color Harmonies of #077323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077323

Black with #077323

Text Example


Text Example

White with #077323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077323; }

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

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

background-color css

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

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

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

border-color css

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

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

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