Html Css Color HEX #076B23 Crusoe

📋 copy color: '#076B23'

red 7 ◦ green 107 ◦ blue 35

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

Shades of Crusoe #076B23

Tints of Crusoe #076B23

RGB

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

 GREEN value IS 107 (42.19% from 255) = 71.81%

 BLUE value IS 35 (14.06% from 255) = 23.49%

R = 4.7%
G = 71.81%
B = 23.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#076B23 (or 0x076B23) is known color: Crusoe. HEX triplet: 07, 6B and 23. RGB value is (7,107,35). Sum of RGB (Red+Green+Blue) = 7+107+35=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #076B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B23 is #F894DC. Grayscale: #454545. Windows color (decimal): -16291037 or 2321159. OLE color: 2321159.

HSL color Cylindrical-coordinate representation of color #076B23: hue angle of 136.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B23 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 35 -
CMYK 0.93 0 0.67 0.58
HSL 136.8º 0.88% 0.22% -
HSV(B) 136.8º 0.93% 0.42% -
XYZ 5.65 10.68 3.35 -
YUV 68.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 7 107 35 0.93 0 0.67 0.58 136.8 0.88 0.22
Hex 7 6B 23 5D 0 43 3A 89 58 16
Octal 7 153 43 135 0 103 72 211 130 26
Binary 111 1101011 100011 1011101 0 1000011 111010 10001001 1011000 10110

Color Harmonies of #076B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B23

Black with #076B23

Text Example


Text Example

White with #076B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B23; }

 p { color: rgb(7,107,35); }

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

background-color css

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

 a { background-color: rgb(7,107,35); }

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

border-color css

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

 span { border-color: rgb(7,107,35); }

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