Html Css Color HEX #767B3B Crete

📋 copy color: '#767B3B'

red 118 ◦ green 123 ◦ blue 59

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

Shades of Crete #767B3B

Tints of Crete #767B3B

RGB

 RED value IS 118 (46.48% from 255) = 39.33%

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 39.33%
G = 41%
B = 19.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#767B3B (or 0x767B3B) is known color: Crete. HEX triplet: 76, 7B and 3B. RGB value is (118,123,59). Sum of RGB (Red+Green+Blue) = 118+123+59=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #767B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767B3B is #8984C4. Grayscale: #727272. Windows color (decimal): -9012421 or 3898230. OLE color: 3898230.

HSL color Cylindrical-coordinate representation of color #767B3B: hue angle of 64.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #767B3B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 59 -
CMYK 0.04 0 0.52 0.52
HSL 64.69º 0.35% 0.36% -
HSV(B) 64.69º 0.52% 0.48% -
XYZ 15.34 18.33 6.87 -
YUV 114.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 118 123 59 0.04 0 0.52 0.52 64.69 0.35 0.36
Hex 76 7B 3B 4 0 34 34 41 23 24
Octal 166 173 73 4 0 64 64 101 43 44
Binary 1110110 1111011 111011 100 0 110100 110100 1000001 100011 100100

Color Harmonies of #767B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B3B

Black with #767B3B

Text Example


Text Example

White with #767B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767B3B; }

 p { color: rgb(118,123,59); }

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

background-color css

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

 a { background-color: rgb(118,123,59); }

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

border-color css

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

 span { border-color: rgb(118,123,59); }

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