Html Css Color HEX #076821 Crusoe

📋 copy color: '#076821'

red 7 ◦ green 104 ◦ blue 33

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

Shades of Crusoe #076821

Tints of Crusoe #076821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 72.22%

 BLUE value IS 33 (13.28% from 255) = 22.92%

R = 4.86%
G = 72.22%
B = 22.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#076821 (or 0x076821) is known color: Crusoe. HEX triplet: 07, 68 and 21. RGB value is (7,104,33). Sum of RGB (Red+Green+Blue) = 7+104+33=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #076821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076821 is #F897DE. Grayscale: #434343. Windows color (decimal): -16291807 or 2189319. OLE color: 2189319.

HSL color Cylindrical-coordinate representation of color #076821: hue angle of 136.08º degrees, saturation: 0.87, 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 #076821 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 33 -
CMYK 0.93 0 0.68 0.59
HSL 136.08º 0.87% 0.22% -
HSV(B) 136.08º 0.93% 0.41% -
XYZ 5.31 10.06 3.1 -
YUV 66.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 7 104 33 0.93 0 0.68 0.59 136.08 0.87 0.22
Hex 7 68 21 5D 0 44 3B 88 57 16
Octal 7 150 41 135 0 104 73 210 127 26
Binary 111 1101000 100001 1011101 0 1000100 111011 10001000 1010111 10110

Color Harmonies of #076821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076821

Black with #076821

Text Example


Text Example

White with #076821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076821; }

 p { color: rgb(7,104,33); }

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

background-color css

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

 a { background-color: rgb(7,104,33); }

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

border-color css

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

 span { border-color: rgb(7,104,33); }

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