Html Css Color HEX #676C0B Fiji Green

📋 copy color: '#676C0B'

red 103 ◦ green 108 ◦ blue 11

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

Shades of Fiji Green #676C0B

Tints of Fiji Green #676C0B

RGB

 RED value IS 103 (40.63% from 255) = 46.4%

 GREEN value IS 108 (42.58% from 255) = 48.65%

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 46.4%
G = 48.65%
B = 4.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#676C0B (or 0x676C0B) is known color: Fiji Green. HEX triplet: 67, 6C and 0B. RGB value is (103,108,11). Sum of RGB (Red+Green+Blue) = 103+108+11=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #676C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676C0B is #9893F4. Grayscale: #5F5F5F. Windows color (decimal): -9999349 or 748647. OLE color: 748647.

HSL color Cylindrical-coordinate representation of color #676C0B: hue angle of 63.09º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #676C0B is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 108 11 -
CMYK 0.05 0 0.90 0.58
HSL 63.09º 0.82% 0.23% -
HSV(B) 63.09º 0.9% 0.42% -
XYZ 11.02 13.63 2.37 -
YUV 95.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 103 108 11 0.05 0 0.90 0.58 63.09 0.82 0.23
Hex 67 6C B 5 0 5A 3A 3F 52 17
Octal 147 154 13 5 0 132 72 77 122 27
Binary 1100111 1101100 1011 101 0 1011010 111010 111111 1010010 10111

Color Harmonies of #676C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C0B

Black with #676C0B

Text Example


Text Example

White with #676C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676C0B; }

 p { color: rgb(103,108,11); }

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

background-color css

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

 a { background-color: rgb(103,108,11); }

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

border-color css

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

 span { border-color: rgb(103,108,11); }

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