Html Css Color HEX #067728 Camarone

📋 copy color: '#067728'

red 6 ◦ green 119 ◦ blue 40

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

Shades of Camarone #067728

Tints of Camarone #067728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 72.12%

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 3.64%
G = 72.12%
B = 24.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#067728 (or 0x067728) is known color: Camarone. HEX triplet: 06, 77 and 28. RGB value is (6,119,40). Sum of RGB (Red+Green+Blue) = 6+119+40=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #067728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067728 is #F988D7. Grayscale: #4C4C4C. Windows color (decimal): -16353496 or 2651910. OLE color: 2651910.

HSL color Cylindrical-coordinate representation of color #067728: hue angle of 138.05º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067728 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 119 40 -
CMYK 0.95 0 0.66 0.53
HSL 138.05º 0.9% 0.25% -
HSV(B) 138.05º 0.95% 0.47% -
XYZ 7.05 13.39 4.22 -
YUV 76.21 107.56 77.92 -
System Red Green Blue C M Y K H S L
Decimal 6 119 40 0.95 0 0.66 0.53 138.05 0.9 0.25
Hex 6 77 28 5F 0 42 35 8A 5A 19
Octal 6 167 50 137 0 102 65 212 132 31
Binary 110 1110111 101000 1011111 0 1000010 110101 10001010 1011010 11001

Color Harmonies of #067728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067728

Black with #067728

Text Example


Text Example

White with #067728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067728; }

 p { color: rgb(6,119,40); }

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

background-color css

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

 a { background-color: rgb(6,119,40); }

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

border-color css

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

 span { border-color: rgb(6,119,40); }

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