Html Css Color HEX #076023 Crusoe

📋 copy color: '#076023'

red 7 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #076023

Tints of Crusoe #076023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

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

R = 5.07%
G = 69.57%
B = 25.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#076023 (or 0x076023) is known color: Crusoe. HEX triplet: 07, 60 and 23. RGB value is (7,96,35). Sum of RGB (Red+Green+Blue) = 7+96+35=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #076023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076023 is #F89FDC. Grayscale: #3E3E3E. Windows color (decimal): -16293853 or 2318343. OLE color: 2318343.

HSL color Cylindrical-coordinate representation of color #076023: hue angle of 138.88º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076023 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 35 -
CMYK 0.93 0 0.64 0.62
HSL 138.88º 0.86% 0.2% -
HSV(B) 138.88º 0.93% 0.38% -
XYZ 4.57 8.53 3 -
YUV 62.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 7 96 35 0.93 0 0.64 0.62 138.88 0.86 0.2
Hex 7 60 23 5D 0 40 3E 8B 56 14
Octal 7 140 43 135 0 100 76 213 126 24
Binary 111 1100000 100011 1011101 0 1000000 111110 10001011 1010110 10100

Color Harmonies of #076023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076023

Black with #076023

Text Example


Text Example

White with #076023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076023; }

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

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

background-color css

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

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

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

border-color css

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

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

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