Html Css Color HEX #067B52 Watercourse

📋 copy color: '#067B52'

red 6 ◦ green 123 ◦ blue 82

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

Shades of Watercourse #067B52

Tints of Watercourse #067B52

RGB

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

 GREEN value IS 123 (48.44% from 255) = 58.29%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 2.84%
G = 58.29%
B = 38.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#067B52 (or 0x067B52) is known color: Watercourse. HEX triplet: 06, 7B and 52. RGB value is (6,123,82). Sum of RGB (Red+Green+Blue) = 6+123+82=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #067B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B52 is #F984AD. Grayscale: #535353. Windows color (decimal): -16352430 or 5405446. OLE color: 5405446.

HSL color Cylindrical-coordinate representation of color #067B52: hue angle of 158.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B52 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 123 82 -
CMYK 0.95 0 0.33 0.52
HSL 158.97º 0.91% 0.25% -
HSV(B) 158.97º 0.95% 0.48% -
XYZ 8.68 14.81 10.38 -
YUV 83.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 6 123 82 0.95 0 0.33 0.52 158.97 0.91 0.25
Hex 6 7B 52 5F 0 21 34 9F 5B 19
Octal 6 173 122 137 0 41 64 237 133 31
Binary 110 1111011 1010010 1011111 0 100001 110100 10011111 1011011 11001

Color Harmonies of #067B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B52

Black with #067B52

Text Example


Text Example

White with #067B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067B52; }

 p { color: rgb(6,123,82); }

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

background-color css

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

 a { background-color: rgb(6,123,82); }

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

border-color css

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

 span { border-color: rgb(6,123,82); }

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