Html Css Color HEX #067525 Camarone

📋 copy color: '#067525'

red 6 ◦ green 117 ◦ blue 37

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

Shades of Camarone #067525

Tints of Camarone #067525

RGB

 RED value IS 6 (2.73% from 255) = 3.75%

 GREEN value IS 117 (46.09% from 255) = 73.13%

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

R = 3.75%
G = 73.13%
B = 23.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#067525 (or 0x067525) is known color: Camarone. HEX triplet: 06, 75 and 25. RGB value is (6,117,37). Sum of RGB (Red+Green+Blue) = 6+117+37=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #067525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067525 is #F98ADA. Grayscale: #4A4A4A. Windows color (decimal): -16354011 or 2454790. OLE color: 2454790.

HSL color Cylindrical-coordinate representation of color #067525: hue angle of 136.76º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067525 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 37 -
CMYK 0.95 0 0.68 0.54
HSL 136.76º 0.9% 0.24% -
HSV(B) 136.76º 0.95% 0.46% -
XYZ 6.77 12.89 3.88 -
YUV 74.69 106.73 79 -
System Red Green Blue C M Y K H S L
Decimal 6 117 37 0.95 0 0.68 0.54 136.76 0.9 0.24
Hex 6 75 25 5F 0 44 36 89 5A 18
Octal 6 165 45 137 0 104 66 211 132 30
Binary 110 1110101 100101 1011111 0 1000100 110110 10001001 1011010 11000

Color Harmonies of #067525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067525

Black with #067525

Text Example


Text Example

White with #067525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067525; }

 p { color: rgb(6,117,37); }

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

background-color css

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

 a { background-color: rgb(6,117,37); }

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

border-color css

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

 span { border-color: rgb(6,117,37); }

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