Html Css Color HEX #076725 Crusoe

📋 copy color: '#076725'

red 7 ◦ green 103 ◦ blue 37

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

Shades of Crusoe #076725

Tints of Crusoe #076725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 70.07%

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 4.76%
G = 70.07%
B = 25.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#076725 (or 0x076725) is known color: Crusoe. HEX triplet: 07, 67 and 25. RGB value is (7,103,37). Sum of RGB (Red+Green+Blue) = 7+103+37=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #076725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076725 is #F898DA. Grayscale: #424242. Windows color (decimal): -16292059 or 2451207. OLE color: 2451207.

HSL color Cylindrical-coordinate representation of color #076725: hue angle of 138.75º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076725 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 37 -
CMYK 0.93 0 0.64 0.60
HSL 138.75º 0.87% 0.22% -
HSV(B) 138.75º 0.93% 0.4% -
XYZ 5.27 9.88 3.38 -
YUV 66.77 111.2 85.37 -
System Red Green Blue C M Y K H S L
Decimal 7 103 37 0.93 0 0.64 0.60 138.75 0.87 0.22
Hex 7 67 25 5D 0 40 3C 8B 57 16
Octal 7 147 45 135 0 100 74 213 127 26
Binary 111 1100111 100101 1011101 0 1000000 111100 10001011 1010111 10110

Color Harmonies of #076725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076725

Black with #076725

Text Example


Text Example

White with #076725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076725; }

 p { color: rgb(7,103,37); }

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

background-color css

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

 a { background-color: rgb(7,103,37); }

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

border-color css

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

 span { border-color: rgb(7,103,37); }

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