Html Css Color HEX #00767D Surfie Green

📋 copy color: '#00767D'

red 0 ◦ green 118 ◦ blue 125

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

Shades of Surfie Green #00767D

Tints of Surfie Green #00767D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 48.56%

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 0%
G = 48.56%
B = 51.44%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00767D (or 0x00767D) is known color: Surfie Green. HEX triplet: 00, 76 and 7D. RGB value is (0,118,125). Sum of RGB (Red+Green+Blue) = 0+118+125=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #00767D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00767D is #FF8982. Grayscale: #535353. Windows color (decimal): -16746883 or 8222208. OLE color: 8222208.

HSL color Cylindrical-coordinate representation of color #00767D: hue angle of 183.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00767D is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 118 125 -
CMYK 1 0.06 0 0.51
HSL 183.36º 1% 0.25% -
HSV(B) 183.36º 1% 0.49% -
XYZ 10.18 14.44 21.65 -
YUV 83.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 0 118 125 1 0.06 0 0.51 183.36 1 0.25
Hex 0 76 7D 64 6 0 33 B7 64 19
Octal 0 166 175 144 6 0 63 267 144 31
Binary 0 1110110 1111101 1100100 110 0 110011 10110111 1100100 11001

Color Harmonies of #00767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00767D

Black with #00767D

Text Example


Text Example

White with #00767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00767D; }

 p { color: rgb(0,118,125); }

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

background-color css

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

 a { background-color: rgb(0,118,125); }

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

border-color css

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

 span { border-color: rgb(0,118,125); }

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