Html Css Color HEX #076922 Crusoe

📋 copy color: '#076922'

red 7 ◦ green 105 ◦ blue 34

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

Shades of Crusoe #076922

Tints of Crusoe #076922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.29%

R = 4.79%
G = 71.92%
B = 23.29%

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

#076922 (or 0x076922) is known color: Crusoe. HEX triplet: 07, 69 and 22. RGB value is (7,105,34). Sum of RGB (Red+Green+Blue) = 7+105+34=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #076922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076922 is #F896DD. Grayscale: #434343. Windows color (decimal): -16291550 or 2255111. OLE color: 2255111.

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

Color convert

RGB 7 105 34 -
CMYK 0.93 0 0.68 0.59
HSL 136.53º 0.88% 0.22% -
HSV(B) 136.53º 0.93% 0.41% -
XYZ 5.43 10.26 3.21 -
YUV 67.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 7 105 34 0.93 0 0.68 0.59 136.53 0.88 0.22
Hex 7 69 22 5D 0 44 3B 89 58 16
Octal 7 151 42 135 0 104 73 211 130 26
Binary 111 1101001 100010 1011101 0 1000100 111011 10001001 1011000 10110

Color Harmonies of #076922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076922

Black with #076922

Text Example


Text Example

White with #076922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076922; }

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

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

background-color css

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

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

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

border-color css

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

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

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