Html Css Color HEX #076830 Crusoe

📋 copy color: '#076830'

red 7 ◦ green 104 ◦ blue 48

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

Shades of Crusoe #076830

Tints of Crusoe #076830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.19%

R = 4.4%
G = 65.41%
B = 30.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#076830 (or 0x076830) is known color: Crusoe. HEX triplet: 07, 68 and 30. RGB value is (7,104,48). Sum of RGB (Red+Green+Blue) = 7+104+48=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #076830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076830 is #F897CF. Grayscale: #444444. Windows color (decimal): -16291792 or 3172359. OLE color: 3172359.

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

Color convert

RGB 7 104 48 -
CMYK 0.93 0 0.54 0.59
HSL 145.36º 0.87% 0.22% -
HSV(B) 145.36º 0.93% 0.41% -
XYZ 5.57 10.16 4.46 -
YUV 68.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 7 104 48 0.93 0 0.54 0.59 145.36 0.87 0.22
Hex 7 68 30 5D 0 36 3B 91 57 16
Octal 7 150 60 135 0 66 73 221 127 26
Binary 111 1101000 110000 1011101 0 110110 111011 10010001 1010111 10110

Color Harmonies of #076830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076830

Black with #076830

Text Example


Text Example

White with #076830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076830; }

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

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

background-color css

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

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

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

border-color css

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

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

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