Html Css Color HEX #076924 Crusoe

📋 copy color: '#076924'

red 7 ◦ green 105 ◦ blue 36

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

Shades of Crusoe #076924

Tints of Crusoe #076924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.32%

R = 4.73%
G = 70.95%
B = 24.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#076924 (or 0x076924) is known color: Crusoe. HEX triplet: 07, 69 and 24. RGB value is (7,105,36). Sum of RGB (Red+Green+Blue) = 7+105+36=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #076924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076924 is #F896DB. Grayscale: #444444. Windows color (decimal): -16291548 or 2386183. OLE color: 2386183.

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

Color convert

RGB 7 105 36 -
CMYK 0.93 0 0.66 0.59
HSL 137.76º 0.88% 0.22% -
HSV(B) 137.76º 0.93% 0.41% -
XYZ 5.46 10.28 3.36 -
YUV 67.83 110.03 84.61 -
System Red Green Blue C M Y K H S L
Decimal 7 105 36 0.93 0 0.66 0.59 137.76 0.88 0.22
Hex 7 69 24 5D 0 42 3B 8A 58 16
Octal 7 151 44 135 0 102 73 212 130 26
Binary 111 1101001 100100 1011101 0 1000010 111011 10001010 1011000 10110

Color Harmonies of #076924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076924

Black with #076924

Text Example


Text Example

White with #076924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076924; }

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

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

background-color css

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

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

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

border-color css

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

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

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