Html Css Color HEX #6C750B Fiji Green

📋 copy color: '#6C750B'

red 108 ◦ green 117 ◦ blue 11

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

Shades of Fiji Green #6C750B

Tints of Fiji Green #6C750B

RGB

 RED value IS 108 (42.58% from 255) = 45.76%

 GREEN value IS 117 (46.09% from 255) = 49.58%

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

R = 45.76%
G = 49.58%
B = 4.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#6C750B (or 0x6C750B) is known color: Fiji Green. HEX triplet: 6C, 75 and 0B. RGB value is (108,117,11). Sum of RGB (Red+Green+Blue) = 108+117+11=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #6C750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C750B is #938AF4. Grayscale: #666666. Windows color (decimal): -9669365 or 750956. OLE color: 750956.

HSL color Cylindrical-coordinate representation of color #6C750B: hue angle of 65.09º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C750B is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 11 -
CMYK 0.08 0 0.91 0.54
HSL 65.09º 0.83% 0.25% -
HSV(B) 65.09º 0.91% 0.46% -
XYZ 12.61 15.93 2.73 -
YUV 102.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 108 117 11 0.08 0 0.91 0.54 65.09 0.83 0.25
Hex 6C 75 B 8 0 5B 36 41 53 19
Octal 154 165 13 10 0 133 66 101 123 31
Binary 1101100 1110101 1011 1000 0 1011011 110110 1000001 1010011 11001

Color Harmonies of #6C750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C750B

Black with #6C750B

Text Example


Text Example

White with #6C750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C750B; }

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

 H1.HeaderClassName
 {
   color: #6C750B;
 }
 .AnyTagClassName
 {
   color: #6C750B;
 }
</style>

background-color css

<style>
 a { background-color: #6C750B; }

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

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

border-color css

<style>
 span { border-color: #6C750B; }

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

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