Html Css Color HEX #076920 Crusoe

📋 copy color: '#076920'

red 7 ◦ green 105 ◦ blue 32

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

Shades of Crusoe #076920

Tints of Crusoe #076920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 72.92%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 4.86%
G = 72.92%
B = 22.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#076920 (or 0x076920) is known color: Crusoe. HEX triplet: 07, 69 and 20. RGB value is (7,105,32). Sum of RGB (Red+Green+Blue) = 7+105+32=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #076920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076920 is #F896DF. Grayscale: #434343. Windows color (decimal): -16291552 or 2124039. OLE color: 2124039.

HSL color Cylindrical-coordinate representation of color #076920: hue angle of 135.31º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076920 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 32 -
CMYK 0.93 0 0.70 0.59
HSL 135.31º 0.88% 0.22% -
HSV(B) 135.31º 0.93% 0.41% -
XYZ 5.4 10.25 3.06 -
YUV 67.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 7 105 32 0.93 0 0.70 0.59 135.31 0.88 0.22
Hex 7 69 20 5D 0 46 3B 87 58 16
Octal 7 151 40 135 0 106 73 207 130 26
Binary 111 1101001 100000 1011101 0 1000110 111011 10000111 1011000 10110

Color Harmonies of #076920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076920

Black with #076920

Text Example


Text Example

White with #076920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076920; }

 p { color: rgb(7,105,32); }

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

background-color css

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

 a { background-color: rgb(7,105,32); }

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

border-color css

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

 span { border-color: rgb(7,105,32); }

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