Html Css Color HEX #676F0A Fiji Green

📋 copy color: '#676F0A'

red 103 ◦ green 111 ◦ blue 10

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

Shades of Fiji Green #676F0A

Tints of Fiji Green #676F0A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.55%

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 45.98%
G = 49.55%
B = 4.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#676F0A (or 0x676F0A) is known color: Fiji Green. HEX triplet: 67, 6F and 0A. RGB value is (103,111,10). Sum of RGB (Red+Green+Blue) = 103+111+10=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #676F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676F0A is #9890F5. Grayscale: #616161. Windows color (decimal): -9998582 or 683879. OLE color: 683879.

HSL color Cylindrical-coordinate representation of color #676F0A: hue angle of 64.75º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #676F0A is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 10 -
CMYK 0.07 0 0.91 0.56
HSL 64.75º 0.83% 0.24% -
HSV(B) 64.75º 0.91% 0.44% -
XYZ 11.33 14.27 2.45 -
YUV 97.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 103 111 10 0.07 0 0.91 0.56 64.75 0.83 0.24
Hex 67 6F A 7 0 5B 38 41 53 18
Octal 147 157 12 7 0 133 70 101 123 30
Binary 1100111 1101111 1010 111 0 1011011 111000 1000001 1010011 11000

Color Harmonies of #676F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F0A

Black with #676F0A

Text Example


Text Example

White with #676F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,111,10); }

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

background-color css

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

 a { background-color: rgb(103,111,10); }

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

border-color css

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

 span { border-color: rgb(103,111,10); }

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